just go ahead and flush all the first validate stuff if it hasn't been
authorHavoc Pennington <hp@redhat.com>
Wed, 13 Feb 2002 23:44:03 +0000 (23:44 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Wed, 13 Feb 2002 23:44:03 +0000 (23:44 +0000)
commita760ad804e1603ca6ee7e164e6cc5dc12e0f3b41
tree9045f4a60cf810a3111e4a6e428a4e12f20b9458
parent3a4a6edb79fc111a343f2caa7892787c74416e6a
just go ahead and flush all the first validate stuff if it hasn't been

2002-02-13  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextview.c (gtk_text_view_paint): just go ahead and flush
all the first validate stuff if it hasn't been done, presumably
someone called process_updates at a weird time.

* tests/testtext.c (do_apply_colors): terminate on >= end, not >
end, avoids infinite loop when end is at the end of the buffer.

* gtk/gtktextbtree.c (_gtk_text_btree_delete): when creating a
line data, we were adding it to the wrong line ("line" instead of
"start_line")
13 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktextbtree.c
gtk/gtktextbtree.h
gtk/gtktextbuffer.c
gtk/gtktextlayout.c
gtk/gtktextview.c
tests/testtext.c